Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_parent_class
get_parent_class
Returns the parent class name of the object or class
Name:
get_parent_class
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Returns the parent class name of the object or class
Related
How to log the call log and status of curl_upkeep()
8
Hide or filter php_uname() output information in production environment
10
Detailed explanation of the basic syntax and usage methods of end() function
8
How to Implement User Login Authentication Between PHP and Unity3D Using Workerman
9
Similar Functions
class_alias
class_alias
Createanaliasforacla
interface_exists
interface_exists
Checkiftheinterfacei
is_subclass_of
is_subclass_of
Checkswhethertheobje
get_declared_interfaces
get_declared_interfaces
Returnanarraycontain
property_exists
property_exists
Checkifanobjectorcla
is_a
is_a
Checkifanobjectbelon
get_class
get_class
Returntheobject'
class_exists
class_exists
Checkiftheclassisdef
Popular Articles